-
Notifications
You must be signed in to change notification settings - Fork 439
Remove requiresLeadingNewline
from basic format
#1690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove requiresLeadingNewline
from basic format
#1690
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whooo 🎉
@swift-ci Please test |
@swift-ci please test Windows |
@swift-ci please test macOS |
1 similar comment
@swift-ci please test macOS |
e5d90e4
to
db29a03
Compare
I see that those two test fail
I got one of the errors and it looks like we don't get the expected output. Is this okay? If yes, how can I update the failing test cases. SourceKit/Macros/diags.swift
|
I prefer To fix the test failures for For |
db29a03
to
1443953
Compare
@swift-ci please test |
@ahoppen it looks like if we want |
@swift-ci please test |
aa2aa98
to
a15bbc5
Compare
@swift-ci please test |
a15bbc5
to
aa09b13
Compare
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see yet another use of CodeGeneration gone
@swift-ci please test |
607b94f
to
585a13f
Compare
@swift-ci please test |
@swift-ci please test windows |
585a13f
to
b95d65f
Compare
@swift-ci please test |
@swift-ci please test |
1 similar comment
@swift-ci please test |
@ahoppen after some tried I got it working. Will you also review: swiftlang/swift#66106 |
As part of this comment I started by removing the first part
#1623 (comment)